home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / hyper / hsc_source.lha / source / hsclib / posteval.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-07  |  378 b   |  24 lines

  1. /*
  2.  * hsclib/posteval.h
  3.  *
  4.  * functions to postprocess attributes
  5.  * (remember IDs, references, etc)
  6.  */
  7.  
  8. #ifndef HSCLIB_POSTEVAL_H
  9. #define HSCLIB_POSTEVAL_H
  10.  
  11. /*
  12.  *
  13.  * extern references
  14.  *
  15.  */
  16. #ifndef NOEXTERN_HSCLIB_POSTEVAL_H
  17.  
  18. extern BOOL postprocess_tagattr(HSCPRC * hp, HSCTAG *tag, BOOL open_tag);
  19.  
  20. #endif /*  NOEXTERN_HSCLIB_POSTEVAL_H */
  21.  
  22. #endif /* HSCLIB_POSTEVAL_H */
  23.  
  24.